'Declaration
Public Function New( _ ByVal action As RowColumnActionsCommand.Actions, _ ByVal isColumn As Boolean, _ ByVal worksheet As Worksheet, _ ByVal ranges() As Reference _ )
'Usage
Dim action As RowColumnActionsCommand.Actions Dim isColumn As Boolean Dim worksheet As Worksheet Dim ranges() As Reference Dim instance As New RowColumnActionsCommand(action, isColumn, worksheet, ranges)
Parameters
- action
- isColumn
- A boolean value indicates whether the command process on rows or columns.
- worksheet
- The worksheet which this command attached to.
- ranges
- The processing ranges.